home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / conv / hp2xx_1_04.lha / test.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-24  |  165b  |  8 lines

  1. /* do.rexx */
  2. file = "world1"
  3. adress command 
  4. do i = 30 to 300 by 30
  5.    hp2xx  " -m ilbm -w" i "-f " file"."i".ilbm " file".hpgl"
  6.    run display file"."i".ilbm"
  7. end
  8.